home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / Data1.cab / data1.cab / regccsphone.htm2 < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-04  |  5.2 KB  |  157 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6.     <head>
  7. <!-- Inserted by TRADOS: --><META HTTP-EQUIV="content-type" CONTENT="text/html; charset=windows-1252">
  8.  
  9.         <title>Service Clients</title>
  10.         <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  11.         <meta http-equiv="MSThemeCompatible" content="yes">
  12.         <link href="ccc.css" type="text/css" rel="STYLESHEET">
  13.         <script src="ccc.js"></script>
  14.         <script language="javascript">
  15.         <!--
  16.             var aData = new Array(
  17.                 "AmΘrique du Nord;800-772-6735",
  18.                 "Royaume-Uni;0800 376 9271",
  19.                 "Ailleurs en Europe;+44 (0) 1628 581601",
  20.                 "Argentine;0800-666-1451",
  21.                 "Autriche;0800 677 027",
  22.                 "Australie;1-800-658-850",
  23.                 "Belgique (NΘerlandais);0800 49 861 ",
  24.                 "Belgique (Franτais);0800 49á860 ",
  25.                 "BrΘsil;0800-891-8997",
  26.                 "RΘpublique tchΦque et Slovaquie;420 224 239 645",
  27.                 "Chine;1-0800-610-2323",
  28.                 "Colombie;01-800-518-0154",
  29.                 "Danemark;80 882 219",
  30.                 "Finlande;0-800-1-16331",
  31.                 "France;0805 639 920",
  32.                 "Allemagne;0800 101 6079",
  33.                 "Hong Kong;800-964-514",
  34.                 "Hongrie;361 481 2160",
  35.                 "IndonΘsie;001-803-61-539",
  36.                 "Irlande;1800 992 911",
  37.                 "Israδl;44 1628 581601",
  38.                 "Italie;800 986 250",
  39.                 "Japon;(03) 5977-3793",
  40.                 "Luxembourg;44 1628 581601",
  41.                 "Malaisie;1-800-80-7895",
  42.                 "Mexique;001800-514-9196",
  43.                 "Pays-Bas;0800 020 3700",
  44.                 "Nouvelle-ZΘlande;0508-COREL-1",
  45.                 "NorvΦge;800 10972",
  46.                 "Pologne;48 71 347 7279",
  47.                 "Portugal;44 1628 581601",
  48.                 "Singapour;800-6161-853",
  49.                 "Afrique du Sud;0800 992 570",
  50.                 "CorΘe du Sud;82 2 392 4198",
  51.                 "Espagne;800 098 125",
  52.                 "SuΦde;0200 885 065",
  53.                 "Suisse (Allemagne); 0800 000 787 ",
  54.                 "Suisse (Franτais); 0800 000 787 ",
  55.                 "Taiwan;0-0801-61-1411"
  56.                 );
  57.  
  58.             function FillData()
  59.             {
  60.                 for (i = 0; i < aData.length; i++)
  61.                 {
  62.                     var oOption;
  63.                     var ssData = aData[i].split(";");
  64.                                         oOption = document.createElement("OPTION");
  65.                     cmbRegion.options.add(oOption);
  66.  
  67.                     oOption.innerText = ssData[0];
  68.                     oOption.value = i;
  69.                 }
  70.                                 cmbRegion.selectedIndex = 0;
  71.                 showCustomerServiceInfo();
  72.                 cmbRegion.setActive();
  73.             }
  74.                                     function showCustomerServiceInfo() 
  75.             {
  76.                 if (cmbRegion.selectedIndex >= 0)
  77.                 {
  78.                     var ssData = aData[cmbRegion.selectedIndex].split(";");
  79.                                         dataLabel.innerText = ssData[0];
  80.                     dataPhone.innerText = ssData[1];
  81.                 }
  82.             }
  83.                         function doInit()
  84.             {
  85.                 var strInvokedFrom = getParamVal("invokedfrom");
  86.                 if ( strInvokedFrom != 2 )
  87.                 {
  88.                     location='pcucmd://callscriptfunc?FuncName=regChangeLaunchButtonTitle';                                    }
  89.                 location='pcucmd://FrameDataLoaded'; 
  90.                                 FillData();
  91.             }
  92.         -->
  93.         </script>
  94.     </head>
  95.     <body onload="doInit()">
  96.         <div id="ButtonBar" style="display:none">
  97.                 <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1">
  98.                     <tr>
  99.                         <td>
  100.                             <select id="regScheduleOptions" onchange="location='pcucmd://SetSchedule?NumDays='+this.options[this.selectedIndex].value" NAME="scheduleOptions">
  101.                                 <option selected="true" value="7">Me rappeler dans 1 semaine</option>
  102.                                 <option value="14">Me rappeler dans 2 semaines</option>
  103.                                 <option value="30">Me rappeler dans 1 mois</option>
  104.                                 <option value="-1">S'abstenir</option>
  105.                             </select>
  106.                         </td>
  107.                         <td style="width:50" align="right">
  108.                             <button style="display:inline;" accesskey="L" type="button" id="btnLaunch" onclick="location='pcucmd://Cancel?confirm=no'" NAME="btnLaunch"><u>L</u>ancer le programme</button>
  109.                             <button style="display:none;" accesskey="L" type="button" id="btnClose" onclick="location='pcucmd://Cancel?confirm=no'" NAME="btnClose">F<u>e</u>rmer</button>
  110.                         </td>
  111.                     </tr>
  112.                 </table>
  113.         </div>
  114.         <div id="pcu_data" style="DISPLAY: none">
  115.             PageDimension:630,440
  116.         </div>
  117.         <table align="center" height="100%">
  118.             <tr>
  119.                 <td>
  120.                     <br /> <br />
  121.                     <label accesskey="S" for="cmbRegion"><u>S</u>électionner un pays ou une région :</label>
  122.                     <select id="cmbRegion" style="width: 300px" onchange="showCustomerServiceInfo()">
  123.                     </select>
  124.                     <br /> <br /> <br />
  125.                     <table width="550" border="0">
  126.                         <tr>
  127.                             <td width="250">Région</td>
  128.                             <td width="125">Téléphone</td>
  129.                             <td width="150"> </td>
  130.                         </tr>
  131.                     </table>
  132.                 </td>
  133.             </tr>
  134.             <tr>
  135.                 <td>
  136.                     <table width="550" bordercolor="gray" border="1">
  137.                         <tr height="20">
  138.                             <td id="dataLabel" style="WIDTH: 40%">
  139.                             </td>
  140.                             <td id="dataPhone" style="WIDTH: 50%">
  141.                             </td>
  142.                         </tr>
  143.                     </table>
  144.                 </td>
  145.             </tr>
  146.             <tr height="100%" valign="top">
  147.                 <td height="100%">
  148.                     <p><br />
  149.                     </p>
  150.                     <p><font size="-1">Pour obtenir une liste complète des services clients Corel et de leur numéro de téléphone, connectez-vous sur <a href="http://www.corel.com/contactus" target="_blank">www.corel.fr/contact</a>.<br /></font> <br />
  151.                     </p>
  152.                 </td>
  153.             </tr>
  154.         </table>
  155.     </body>
  156. </html>
  157.